home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / New System Software Extensions / QuickDraw™ GX v1.0ß2 / Sample Code / Graphics Samples / Test Cubics - cubic to quad / TestCubics.make < prev    next >
Encoding:
Text File  |  1993-04-27  |  2.1 KB  |  69 lines  |  [TEXT/MPS ]

  1. #   File:       TestCubics.make
  2. #   Target:     TestCubics
  3. #   Sources:    'cubic library(Cubics2).c'
  4. #               TestCubics.c
  5. #               TestCubics.r
  6. #               DumpFile.c
  7. #               "{GXLIBRARIES}graphics debug library.c"
  8. #               "{GXLIBRARIES}transferMode library.c"
  9. #               "{GXLIBRARIES}transform library.c"
  10. #               "{GXLIBRARIES}shape library.c"
  11. #   Created:    Thursday, September 10, 1992 4:43:00 PM
  12.  
  13. # ------- Aliases to the library and interface files ------- #
  14.  
  15. GXLIBRARIES  = {MPW}GXGraphicsLibraries:
  16. GXINTERFACES = {MPW}GXInterfaces:
  17.  
  18.  
  19. OBJECTS = ∂
  20.         'cubic library(Cubics2).c.o' ∂
  21.         TestCubics.c.o ∂
  22.         DumpFile.c.o ∂
  23.         "{GXLIBRARIES}graphics debug library.c.o" ∂
  24.         "{GXLIBRARIES}transferMode library.c.o" ∂
  25.         "{GXLIBRARIES}transform library.c.o" ∂
  26.         "{GXLIBRARIES}shape library.c.o"
  27.  
  28.  
  29. TestCubics ƒƒ TestCubics.make TestCubics.r
  30.     Rez TestCubics.r -append -o TestCubics
  31.  
  32. TestCubics ƒƒ TestCubics.make {OBJECTS}
  33.     Link -t APPL -c '????' ∂
  34.         {OBJECTS} ∂
  35.         "{CLibraries}"CSANELib.o ∂
  36.         "{CLibraries}"Math.o ∂
  37.         #"{CLibraries}"Complex.o ∂
  38.         "{CLibraries}"StdClib.o ∂
  39.         "{Libraries}"Runtime.o ∂
  40.         "{Libraries}"Interface.o ∂
  41.         -o TestCubics
  42. 'cubic library(Cubics2).c.o' ƒ TestCubics.make 'cubic library(Cubics2).c'
  43.      C -r  'cubic library(Cubics2).c' ∂
  44.      -i "{GXINTERFACES}"     
  45.  
  46. TestCubics.c.o ƒ TestCubics.make TestCubics.c
  47.      C -r  TestCubics.c ∂
  48.      -i "{GXINTERFACES}"     
  49.  
  50. DumpFile.c.o ƒ TestCubics.make DumpFile.c
  51.      C -r  DumpFile.c ∂
  52.      -i "{GXINTERFACES}"     
  53.  
  54. "{GXLIBRARIES}graphics debug library.c.o" ƒ TestCubics.make "{GXLIBRARIES}graphics debug library.c"
  55.      C -r  "{GXLIBRARIES}graphics debug library.c" ∂
  56.      -i "{GXINTERFACES}"     
  57.  
  58. "{GXLIBRARIES}transferMode library.c.o" ƒ TestCubics.make "{GXLIBRARIES}transferMode library.c"
  59.      C -r  "{GXLIBRARIES}transferMode library.c" ∂
  60.      -i "{GXINTERFACES}"     
  61.  
  62. "{GXLIBRARIES}transform library.c.o" ƒ TestCubics.make "{GXLIBRARIES}transform library.c"
  63.      C -r  "{GXLIBRARIES}transform library.c" ∂
  64.      -i "{GXINTERFACES}"     
  65.  
  66. "{GXLIBRARIES}shape library.c.o" ƒ TestCubics.make "{GXLIBRARIES}shape library.c"
  67.      C -r  "{GXLIBRARIES}shape library.c" ∂
  68.      -i "{GXINTERFACES}"     
  69.